//////////////////////////////////////////
//////// RECOMBINANT SKIN V0110
//////// based on OSX Complete Skin
//////// Thanks to rbgo8 
//////////////////////////////////////////


maxheight,260
height,198


////// VARIABLES FOR MEMORY&BATTERY REGION 6 /////

// var9	- Toggle memory display
// var10	- Toggle storage display
// var11	- Toggle uptime display
// var12	- Toggle memory display mode
// var13	- Toggle storage display mode
// var14	- Toggle battery time display mode
// var15	- Backlight setting
// var27	- TEMPORARY variable

initvar,var9,0
initvar,var10,1
initvar,var11,1
initvar,var12,1
initvar,var13,1
initvar,var14,1
initvar,var15,2



// BEGIN ON MAIN PAGE
initregion,8,0
initregion,7,1
initregion,0,500
initregion,5,0
initregion,1,0

options,weathericondir,Weather Icons\Weather.com,png


options,imagedir,Images\Recombinant
changefont,tahoma,12,

color,transparent,255_0_255
color,replacement,-1_6_-1,0_0_0
color,shadow,125_125_125

calcvar,var29,fromconfig,numcities
calcvar,var28,fromconfig,numrss

offset,0,0

defregion,0,0,27,240,58,15

offsetadd,0,3
image,0,0,tabs.png,t

color,font,0_0_128
image,0,17,border_top.png,t
text,30,2,Main,c
button,8,0,45,17,8,4,0
button,8,0,45,17,0,4,500,-1
button,8,0,45,17,7,4,1
text,75,2,Weather,c
button,53,0,45,17,7,4,0
button,53,0,45,17,8,4,0
button,53,0,45,17,0,4,1,-1
text,120,2,News,c
button,98,0,45,17,7,4,0
button,98,0,45,17,8,4,0
button,98,0,45,17,0,4,100,-1
text,165,2,Calendar,c
button,143,0,45,17,0,4,0
button,143,0,45,17,7,4,0
button,143,0,45,17,8,4,1,-1
button,143,0,45,17,0,10,0
button,143,0,45,17,0,10,1
text,210,2,Time,c
button,188,0,45,17,7,4,0
button,188,0,45,17,8,4,0
button,188,0,45,17,0,4,5,-1
color,font,-1_4_-1

offsetadd,0,24

//////////////////////////////////////////


//////////////////////////////////////////
//////// MAIN
//////////////////////////////////////////

region,0,500,1
image,8,-24,tab_selected.png,t
changefont,tahoma,12,b
color,font,0_0_128
text,30,-22,Main,c
color,font,-1_4_-1
changefont,tahoma,12,
offset,offset_-1,offset_-1
updateregions,7

options,weathericondir,Weather Icons\Weather.com,png

options,imagedir,Images\Recombinant
color,transparent,255_0_255
color,replacement,-1_6_-1,0_0_0
color,shadow,125_125_125

load,city,1
calcvar,var20,weatherupdatetimediff

if,var,var20,,<,240
todayicon,0,0,,t
else
calcvar,var21,firstvalidforecastday
forecasticon,%var21%,0,0,,t
endif
// GO TO WEATHER
button,0,0,35,40,7,4,0
button,0,0,35,40,8,4,0
button,0,0,35,40,0,4,1,-1


// Moonphases//
calcvar,var10,moonphase,1 
imagemeter,100,2,%var10%,moons.png,tr,0,7

//End Moonphases//


//Sunrise & sunset times//
//icons by Timmy//
changefont,tahoma,11,
image,45,2,sunrise.png,t
suntime,1,sunrise,official,68,4,HH:mm,,,l

image,45,15,sunset.png,t
suntime,1,sunset,official,68,17,HH:mm,,,l
//End Sunrise & sunset times//

//changefont,tahoma,15,b
//time,47,18,-1,5,ls,"dddd",
changefont,tahoma,13,b

time,24,32,-1,5,ls,"MMMM d, yyyy",
changefont,tahoma,12,
// GO TO CALENDARS
button,34,0,117,40,0,4,0
button,34,0,117,40,7,4,0
button,34,0,117,40,8,4,1,-1
button,34,0,117,40,0,10,0
button,34,0,117,40,0,10,1


image,2,46,clock-today.png,t
button,2,46,19,15,7,4,0
button,2,46,19,12,-1,0,%apps-5-1,  //clock application






// GRAY TEXT WHEN REFRESHING
if,refresh
color,font,125_125_125
else
color,font,-1_4_-1
endif

// REFRESH DATA
text,70,48,Updated: ,r
text,70,48,[updatetime],l,h:mm tt
button,22,46,117,15,0,7,,0
color,font,-1_4_-1

// HIDE DISPLAY AREA
//imagebutton,130,42,up_arrow.png,t,0,4,0
//button,137,42,11,11,7,4,0
//button,137,42,11,11,8,4,0,-1

//////////////////////////////////////////


updateregions,6





////////////////////////////////////////////////////////////
//////  SYSTEM INFORMATION  
////// based on systeninfoplus by arbitrajeu
////////////////////////////////////////////////////////////


offsetadd,0,2


draw,roundrect,164,2,26,9,100_100_100,h

button,148,0,42,19,-1,0,%apps-5-2,   //power application
changefont,tahoma,9,
if,batterystatusunknown
	image,148,0,Battery Part Full.png,t
	text,177,10,??,c
	changefont,tahoma,11,
	text,170,16,Updating,c
else
	battery,bar,166,4,22,5,gradient_red-green gradient.png
	if,charging
		image,148,0,Battery Charging.png,t
	else
		calcvar,var27,battery
		if,var,var27,100,><,100
			image,148,0,Battery Full.png,t
		else
			image,148,0,Battery Part Full.png,t
		endif
	endif
	battery,remaining,177,2,,%,c,%.0f
	changefont,tahoma,11,
	if,charging
		text,170,16,Charging,c
	else
		if,externalpower
			text,170,16,AC power,c
		else
			if,var,var14,1,><,1
				uptime,170,16,battery,duration,, e,c
				button,155,20,30,11,-1,6,var14=2,0
			else
				battery,esttime,170,16,, r,c
				button,155,20,30,11,-1,6,var14=1,0
			endif
		endif
	endif
endif





// -----------------------------------------
// Program/storage memory
if,var,var9,0,><,0
	image,148,31,Program Memory.png,t
	button,148,31,13,19,-1,6,var9=1,0
	draw,roundrect,163,31,26,9,100_100_100,h
	button,163,31,26,11,-1,0,%apps-5-3,  //system memory application
	memory,progusedbar,165,33,22,5,gradient_green-red gradient.png
	changefont,tahoma,9
	memory,programusedpercent,177,31,,%,c,%.0f
	changefont,tahoma,11
	if,var,var12,1,><,1
		calcvar,var27,programmemoryusedpercent
		if,var,var27,1,><,80
		else
			color,font,255_0_0
		endif
		memory,programfree,168,47,,MB f,c,%.1f
		button,148,47,40,11,-1,6,var12=2,0
	else
		memory,programused,168,47,,MB u,c,%.1f
		button,148,47,40,11,-1,6,var12=1,0
	endif
	color,font,-1_4_-1
else
	image,148,31,Storage Memory.png,t
	button,148,31,13,19,-1,6,var9=0,0
	draw,roundrect,163,31,26,9,100_100_100,h
	button,163,31,26,11,-1,0,%apps-5-3,  //system memory application
	storage,internal,bar,165,33,28,5,gradient_green-red gradient.png
	changefont,tahoma,9
	storage,internal,usedpercent,177,31,,%,c,%.0f
	changefont,tahoma,11
	if,var,var12,1,><,1
		storage,internal,free,168,47,,MB f,c,%.1f
		button,148,47,40,11,-1,6,var12=2,0
	else
		storage,internal,used,168,47,,MB u,c,%.1f
		button,148,47,40,11,-1,6,var12=1,0
	endif
endif
// END Program/storage memory
// -----------------------------------------

// -----------------------------------------
// Storage devices
if,var,var10,,=,1
	image,195,31,SD Card.png,t
	if,storage,2
		button,195,31,10,15,-1,6,var10=2,0
	else
		if,storage,3
			button,195,31,10,15,-1,6,var10=3,0
		else
		endif
	endif

	draw,roundrect,210,31,26,9,100_100_100,h
	button,210,31,26,11,-1,0,%apps-5-4,  //CF memory application
	storage,1,bar,212,33,22,5,gradient_green-red gradient.png
	changefont,tahoma,9
	storage,1,usedpercent,224,31,,%,c,%.0f
	changefont,tahoma,11
	if,var,var13,1,><,1
		storage,1,free,215,47,,MB f,c,%.1f
		button,195,47,40,11,-1,6,var13=2,0
	else
		storage,1,used,215,47,,MB u,c,%.1f
		button,195,47,40,11,-1,6,var13=1,0
	endif
else
	if,var,var10,,=,2
		image,195,31,iPAQ File Store.png,t
		if,storage,3
			button,195,31,10,15,-1,6,var10=3,0
		else
			if,storage,1
				button,195,31,10,15,-1,6,var10=1,0
			else
			endif
		endif

		draw,roundrect,210,31,26,9,100_100_100,h
		button,210,31,26,11,-1,0,%apps-5-4,  //CF memory application
		storage,2,bar,212,33,22,5,gradient_green-red gradient.png
		changefont,tahoma,9
		storage,2,usedpercent,224,31,,%,c,%.0f
		changefont,tahoma,11
		if,var,var13,1,><,1
			storage,2,free,215,47,,MB f,c,%.1f
			button,195,47,40,11,-1,6,var13=2,0
		else
			storage,2,used,215,47,,MB u,c,%.1f
			button,195,47,40,11,-1,6,var13=1,0
		endif
	else
		image,195,31,Dummy.png,t
		if,storage,1
			button,195,31,10,15,-1,6,var10=1,0
		else
			if,storage,2
				button,195,31,10,15,-1,6,var10=2,0
			else
			endif
		endif

		draw,roundrect,210,31,26,9,100_100_100,h
		button,210,31,26,11,-1,0,%apps-5-4,  //CF memory application
		storage,3,bar,212,33,22,5,gradient_green-red gradient.png
		changefont,tahoma,9
		storage,3,usedpercent,224,31,,%,c,%.0f
		changefont,tahoma,11
		if,var,var13,1,><,1
			storage,3,free,215,47,,MB f,c,%.1f
			button,195,47,40,11,-1,6,var13=2,0
		else
			storage,3,used,214,47,,MB u,c,%.1f
			button,195,47,40,11,-1,6,var13=1,0
		endif
	endif
endif
// END storage devices
// -----------------------------------------

image,195,0,Backlight.png,t
button,195,0,13,16,-1,0,%apps-5-5,  //backlight application

image,215,0,Suspend.png,t
button,215,0,16,16,-1,0,%apps-5-6,  //Restart application

endregion,0,0
/////////////////////////////////////////////////////////
//////// END SYSTEM INFORMATION
//////////////////////////////////////////////////////////
offsetadd,0,60
endregion,0,500

//////////////////////////////////////////
//////// END MAIN
//////////////////////////////////////////





//////////////////////////////////////////
//////// WEATHER
//////////////////////////////////////////

region,0,1,-1
offset,offset_-1,offset_-1
updateregions,9

offsetadd,0,2
//options,weathericondir,Weather Icons\yahoo-weather,gif
//// 4 DAY FORCAST
region,9,0,-1
image,53,-26,tab_selected.png,t
changefont,tahoma,12,b
color,font,0_0_128
text,76,-24,Forcast,c
changefont,tahoma,12,

// GRAY TEXT WHEN REFRESHING
if,refresh
color,font,125_125_125
else
color,font,-1_4_-1
endif

initvar,var9,1

// ADVANCE TO NEXT CITY
imagebutton,226,-1,right_arrow.png,t,0,13,var9_1

if,var,var9,,>,%var29%
storevar,var9=1
else
endif

load,city,%var9%

changefont,tahoma,12,b
text,3,-2,[name],l

changefont,tahoma,10,b
text,26,42,[updatetime],c,h:mm tt
changefont,tahoma,12,
// REFRESH ON TIME
button,0,41,52,11,0,7,,0

calcvar,var20,weatherupdatetimediff

if,var,var20,,<,240

todayicon,5,8,,t
today,temp,51,16,,,r
changefont,tahoma,11,b
today,realtemp,53,28,,,r
changefont,tahoma,12,
button,0,-2,52,44,9,4,1,0

forecasticon,1,51,8,,t
forecast,date_ddd,1,69,-2,,,c
forecast,high,1,97,16,,,r
forecast,low,1,97,28,,,r
forecast,precipitation,1,74,40,R: ,%,c
button,51,-2,47,54,9,4,2,0
button,51,-2,47,54,-1,6,var1=1

forecasticon,2,97,8,,t
forecast,date_ddd,2,115,-2,,,c
forecast,high,2,143,16,,,r
forecast,low,2,143,28,,,r
forecast,precipitation,2,120,40,R: ,%,c
button,97,-2,47,54,9,4,2,0
button,97,-2,47,54,-1,6,var1=2

forecasticon,3,143,8,,t
forecast,date_ddd,3,161,-2,,,c
forecast,high,3,189,16,,,r
forecast,low,3,189,28,,,r
forecast,precipitation,3,166,40,R: ,%,c
button,143,-2,47,54,9,4,2,0
button,143,-2,47,54,-1,6,var1=3

forecasticon,4,189,8,,t
forecast,date_ddd,4,207,-2,,,c
forecast,high,4,235,16,,,r
forecast,low,4,235,28,,,r
forecast,precipitation,4,212,40,R: ,%,c
button,189,14,51,38,9,4,2,0
button,189,14,51,38,-1,6,var1=4
button,189,-2,32,16,9,4,2,0
button,189,-2,32,54,-1,6,var1=4

else

calcvar,var21,firstvalidforecastday

if,var,var21,,<,6

forecasticon,%var21%,5,8,,t
forecast,high,%var21%,51,16,,,r
forecast,low,%var21%,51,28,,,r
button,0,-2,52,44,9,4,2,0
button,0,-2,52,44,-1,6,var1=%var21%

addvar,var21,1

else
endif

if,var,var21,,<,6

forecasticon,%var21%,51,8,,t
forecast,date_ddd,%var21%,69,-2,,,c
forecast,high,%var21%,97,16,,,r
forecast,low,%var21%,97,28,,,r
forecast,precipitation,%var21%,74,40,R: ,%,c
button,51,-2,47,54,9,4,2,0
button,51,-2,47,54,-1,6,var1=%var21%

addvar,var21,1

else
endif

if,var,var21,,<,6

forecasticon,%var21%,97,8,,t
forecast,date_ddd,%var21%,115,-2,,,c
forecast,high,%var21%,143,16,,,r
forecast,low,%var21%,143,28,,,r
forecast,precipitation,%var21%,120,40,R: ,%,c
button,97,-2,47,54,9,4,2,0
button,97,-2,47,54,-1,6,var1=%var21%

addvar,var21,1

else
endif

if,var,var21,,<,6

forecasticon,%var21%,143,8,,t
forecast,date_ddd,%var21%,161,-2,,,c
forecast,high,%var21%,189,16,,,r
forecast,low,%var21%,189,28,,,r
forecast,precipitation,%var21%,166,40,R: ,%,c
button,143,-2,47,54,9,4,2,0
button,143,-2,47,54,-1,6,var1=%var21%

addvar,var21,1

else
endif

if,var,var21,,<,6

forecasticon,%var21%,189,8,,t
forecast,date_ddd,%var21%,207,-2,,,c
forecast,high,%var21%,235,16,,,r
forecast,low,%var21%,235,28,,,r
forecast,precipitation,%var21%,212,40,R: ,%,c
button,189,14,51,38,9,4,2,0
button,189,14,51,38,-1,6,var1=%var21%
button,189,-2,32,16,9,4,2,0
button,189,-2,32,54,-1,6,var1=%var21%

addvar,var21,1

else
endif

endif

offsetadd,0,52
endregion,9,0

//// CURRENT CONDITIONS
region,9,1,-1
image,53,-26,tab_selected.png,t
changefont,tahoma,12,b
color,font,0_0_128
text,76,-24,Current,c
changefont,tahoma,12,

// GRAY TEXT WHEN REFRESHING
if,refresh
color,font,125_125_125
else
color,font,-1_4_-1
endif

load,city,%var9%

// BACK BUTTON
button,0,-2,240,54,9,3,,0

changefont,tahoma,12,b
text,3,-2,[name],l
changefont,tahoma,12,
todayicon,5,8,,t
changefont,tahoma,12,b
today,sky,143,0,,,c
today,realtemp,140,24,,F,r
changefont,tahoma,12,
text,46,12,Temperature:,l
today,temp,140,12,,F,r
text,46,24,Feels Like:,l
text,46,36,Barometer:,l
today,barometer,140,36,, Hpa,r
changefont,tahoma,12,b
today,humidity,235,12,,%,r
changefont,tahoma,12,
text,150,12,Humidity:,l
text,150,24,UV:,l
today,uv,235,24,,,r
today,date,235,36,,,r
changefont,tahoma,12,

offsetadd,0,52
endregion,9,1

//// FORCAST DETAILS
region,9,2,-1
image,53,-26,tab_selected.png,t
changefont,tahoma,12,b
color,font,0_0_128
text,76,-24,Details,c
changefont,tahoma,12,

// GRAY TEXT WHEN REFRESHING
if,refresh
color,font,125_125_125
else
color,font,-1_4_-1
endif

load,city,%var9%

// BACK BUTTON
button,0,-2,240,54,9,3,,0

changefont,tahoma,12,b
forecast,date_ddd,%var1%,24,-2,,,c
changefont,tahoma,12,
forecasticon,%var1%,5,8,,t

offsetadd,0,4

changefont,tahoma,12,b
forecast,text,%var1%,140,0,,,c
forecast,high,%var1%,125,12,,F,r
forecast,low,%var1%,195,12,,F,r
forecast,precipitation,%var1%,205,24,,%,r
changefont,tahoma,12,
text,75,12,High:,l
text,145,12,Low:,l
text,60,24,Chance of Precipitation:,l

offsetadd,0,48
endregion,9,2

color,font,-1_4_-1
endregion,0,1

//////////////////////////////////////////
//////// END WEATHER
//////////////////////////////////////////


//////////////////////////////////////////

region,19,1,5
defregion-copy,19,0
updateregions,0
addvar,var5,3
addvar,var6,2
if,var,var5,16,><,16
storevar,var5=1
storevar,var6=25
else
endif
endregion,19,1

//////////////////////////////////////////


//////////////////////////////////////////
//////// RSS
//////////////////////////////////////////

region,0,100,-1
offset,offset_-1,offset_-1
updateregions,16

region,16,0,-1

if,region,19,1
imagebutton,3,1,online.png,t,19,4,0,0
else
imagebutton,3,1,offline.png,t,19,4,1,0
endif

initvar,var2,1

imagebutton,213,1,left_arrow.png,t,0,13,var2_-1
button,213,1,11,11,-1,6,var5=1
button,213,1,11,11,-1,6,var6=25

imagebutton,226,1,right_arrow.png,t,0,13,var2_1
button,226,1,11,11,-1,6,var5=1
button,226,1,11,11,-1,6,var6=25

if,var,var2,,>,%var28%
storevar,var2=1
else
endif

if,var,var2,,<,1
storevar,var2=%var28%
else
endif

image,5,25,scrollbar.png,t

button,2,25,11,3,0,6,var5=1
button,2,28,11,3,0,6,var5=4
button,2,31,11,3,0,6,var5=7
button,2,34,11,3,0,6,var5=10
button,2,37,11,3,0,6,var5=13	

button,2,25,11,3,0,6,var6=25
button,2,28,11,3,0,6,var6=27
button,2,31,11,3,0,6,var6=29
button,2,34,11,3,0,6,var6=31
button,2,37,11,3,0,6,var6=33

imagebutton,3,14,up_arrow.png,t,0,13,var5_-3
button,3,14,11,11,-1,13,var6_-2
imagebutton,3,40,down_arrow.png,t,0,13,var5_3
button,3,40,11,11,-1,13,var6_2

if,var,var5,,>,15
storevar,var5=13
storevar,var6=33
else
endif

if,var,var5,,<,1
storevar,var5=1
storevar,var6=25
else
endif
		
image,5,%var6%,scroll.png,t

load,rss,%var2%

if,var,var2,,<,10
if,online,true

imagebutton,200,1,online.png,t,0,31,
imagebutton,226,14,link-online.png,t,-1,12,%var5%
addvar,var5,1
imagebutton,226,26,link-online.png,t,-1,12,%var5%
addvar,var5,1
imagebutton,226,38,link-online.png,t,-1,12,%var5%			
addvar,var5,-2

else

imagebutton,200,1,offline.png,t,0,30,
imagebutton,226,14,link-offline.png,t,-1,12,%var5%
addvar,var5,1
imagebutton,226,26,link-offline.png,t,-1,12,%var5%
addvar,var5,1
imagebutton,226,38,link-offline.png,t,-1,12,%var5%			
addvar,var5,-2

endif
else
endif

// PAGE NUMBER
changefont,tahoma,11,b
text,16,1,%var2%,l
text,35,1,/9,r
changefont,tahoma,11,


//if,var,var2,,=,6 Changed to allow for more feeds wih buttons
//if,var,var2,,=,9
if,var,var2,,=,10

image,98,-24,tab_selected.png,t
changefont,tahoma,12,b
color,font,0_0_128
text,121,-22,Stocks,c

// GRAY TEXT WHEN REFRESHING
if,refresh
color,font,125_125_125
else
color,font,-1_4_-1
endif

// REFRESH DATA
button,36,0,163,12,0,7,,0
changefont,tahoma,11,bi
text,133,1,Last updated: ,r
changefont,tahoma,11,i
text,133,1,[updatetime],l,h:mm tt
changefont,tahoma,11,

RSS,title,18,14,81,12,%var5%,,,
addvar,var5,1
RSS,title,18,26,81,12,%var5%,,,
addvar,var5,1
RSS,title,18,38,81,12,%var5%,,,
addvar,var5,-2

load,rss,10

RSS,title,100,14,69,12,%var5%,,,
addvar,var5,1
RSS,title,100,26,69,12,%var5%,,,
addvar,var5,1
RSS,title,100,38,69,12,%var5%,,,
addvar,var5,-2

load,rss,11

RSS,title,170,14,69,12,%var5%,,,
addvar,var5,1
RSS,title,170,26,69,12,%var5%,,,
addvar,var5,1
RSS,title,170,38,69,12,%var5%,,,
addvar,var5,-2

else

image,98,-24,tab_selected.png,t
changefont,tahoma,12,b
color,font,0_0_128
text,121,-22,News,c

// GRAY TEXT WHEN REFRESHING
if,refresh,
color,font,125_125_125
else
color,font,-1_4_-1
endif

// REFRESH ON TITLE
button,36,0,163,12,0,7,,0
changefont,tahoma,11,b
text,120,1,[name],c
changefont,tahoma,11,

RSS,title,18,14,207,12,%var5%,,,
button,15,14,210,12,16,4,100-highlight,-1
button,15,14,210,12,-1,6,var4=%var5%

addvar,var5,1

RSS,title,18,26,207,12,%var5%,,,
button,15,26,210,12,16,4,100-highlight,-1
button,15,26,210,12,-1,6,var4=%var5%

addvar,var5,1

RSS,title,18,38,207,12,%var5%,,,
button,15,38,210,12,16,4,100-highlight,-1
button,15,38,210,12,-1,6,var4=%var5%

addvar,var5,-2

endif

offsetadd,0,54
endregion,16,0

region,16,100,-1
jumpregion,19,0

// GRAY TEXT WHEN REFRESHING
if,refresh
color,font,125_125_125
else
color,font,-1_4_-1
endif

load,rss,%var2%

// BACK BUTTON
imagebutton,226,1,back.png,t,16,3,,0

changefont,tahoma,11,b
RSS,title,19,1,202,12,%var4%,,,c
changefont,tahoma,11,
RSS,description,5,14,230,34,%var4%,     ,,

offsetadd,0,54
endregion,16,100
		
color,font,-1_4_-1		
endregion,0,100

//////////////////////////////////////////
//////// END RSS
//////////////////////////////////////////

//////////////////////////////////////////
////////   TIME
//////// digital clocks by Lightman
//////////////////////////////////////////

region,0,5,60  // REFRESHES CLOCKS EVERY 60 SECONDS
image,188,-25,tab_selected.png,t
changefont,tahoma,12,b
color,font,0_0_128
text,210,-23,Time,c
color,font,-1_4_-1
changefont,tahoma,12,
offset,offset_-1,offset_-1

offsetadd,0,1
changefont,tahoma,10,b

options,imagedir,Images\Recombinant
color,transparent,255_0_255
color,replacement,0_0_0,0_0_0
color,shadow,125_125_125

button,0,-1,240,54,0,4,301,0


color,replacement,-1_6_-1,120_120_120
color,shadow,55_55_55

image,5,15,digitalclock.png,t

color,font,255_255_255
changefont,tahoma,12,b
time,26,20,1,4,cs
changefont,tahoma,11,
color,font,-1_4_-1
text,26,2,[name],c

image,52,15,digitalclock.png,t
changefont,tahoma,12,b
color,font,255_255_255
time,73,20,2,4,cs
changefont,tahoma,11,
color,font,-1_4_-1
text,73,2,[name],c

image,98,15,digitalclock.png,t

changefont,tahoma,12,b
color,font,255_255_255
time,119,20,3,4,cs
changefont,tahoma,11,
color,font,-1_4_-1
text,118,2,[name],c

image,144,15,digitalclock.png,t

changefont,tahoma,12,b
color,font,255_255_255
time,165,20,4,4,cs
changefont,tahoma,11,
color,font,-1_4_-1
text,164,2,[name],c

image,190,15,digitalclock.png,t
changefont,tahoma,12,b
color,font,255_255_255
time,211,20,5,4,cs
changefont,tahoma,11,
color,font,-1_4_-1
text,211,2,[name],c

changefont,tahoma,12,
color,replacement,-1_6_-1,0_0_0
offsetadd,0,53
endregion,0,300

//// DIGITAL TIMES
region,0,301,1
image,8,-24,tab_selected.png,t
changefont,tahoma,12,b
color,font,0_0_128
text,30,-22,Time,c
color,font,-1_4_-1
changefont,tahoma,12,
offset,offset_-1,offset_-1

offsetadd,0,3
changefont,tahoma,12,

options,imagedir,Images\Recombinant
color,transparent,255_0_255
color,replacement,-1_6_-1,0_0_0
color,shadow,125_125_125

// BACK BUTTON
button,0,-3,240,54,0,3,300,0

time,115,0,1,5,r,,"h:mm tt"
text,5,0,[name],l
time,115,12,2,5,r,,"h:mm tt"
text,5,12,[name],l
time,115,24,3,5,r,,"h:mm tt"
text,5,24,[name],l
time,115,36,4,5,r,,"h:mm tt"
text,5,36,[name],l
time,235,0,5,5,r,,"h:mm tt"
text,125,0,[name],l
time,235,12,6,5,r,,"h:mm tt"
text,125,12,[name],l
time,235,24,7,5,r,,"h:mm tt"
text,125,24,[name],l
time,235,36,8,5,r,,"h:mm tt"
text,125,36,[name],l

offsetadd,0,51
endregion,0,5

//////////////////////////////////////////
//////// END SYSTEM AREA
//////////////////////////////////////////



//////////////////////////////////////////
//////// TIMEZONES
//////////////////////////////////////////

//// DIGITAL CLOCKS
region,0,300,1
image,8,-24,tab_selected.png,t
changefont,tahoma,12,b
color,font,0_0_128
text,30,-22,Time,c
color,font,-1_4_-1
changefont,tahoma,12,
offset,offset_-1,offset_-1

offsetadd,0,1
changefont,tahoma,10,b

options,imagedir,Images\Recombinant
color,transparent,255_0_255
color,replacement,0_0_0,0_0_0
color,shadow,125_125_125

button,0,-1,240,54,0,4,301,0

offsetadd,0,1

color,replacement,-1_6_-1,120_120_120
color,shadow,55_55_55

offsetadd,0,1
image,5,15,digitalclock.png,t
color,font,255_255_255
changefont,tahoma,12,b
time,26,20,1,4,cs
changefont,tahoma,11,
color,font,-1_4_-1
text,26,2,[name],c

image,52,15,digitalclock.png,t
changefont,tahoma,12,b
color,font,255_255_255
time,73,20,2,4,cs
changefont,tahoma,11,
color,font,-1_4_-1
text,73,30,[name],c

image,98,15,digitalclock.png,t

changefont,tahoma,12,b
color,font,255_255_255
time,119,20,3,4,cs
changefont,tahoma,11,
color,font,-1_4_-1
text,118,2,[name],c

image,144,15,digitalclock.png,t

changefont,tahoma,12,b
color,font,255_255_255
time,165,20,4,4,cs
changefont,tahoma,11,
color,font,-1_4_-1
text,164,30,[name],c

image,190,15,digitalclock.png,t
changefont,tahoma,12,b
color,font,255_255_255
time,211,20,5,4,cs
changefont,tahoma,11,
color,font,-1_4_-1
text,211,2,[name],c

changefont,tahoma,12,
color,replacement,-1_6_-1,0_0_0

endregion,0,300

//// DIGITAL TIMES
region,0,301,1
image,8,-24,tab_selected.png,t
changefont,tahoma,12,b
color,font,0_0_128
text,30,-22,Time,c
color,font,-1_4_-1
changefont,tahoma,12,
offset,offset_-1,offset_-1

offsetadd,0,3
changefont,tahoma,12,

options,imagedir,Images\Recombinant
color,transparent,255_0_255
color,replacement,-1_6_-1,0_0_0
color,shadow,125_125_125

// BACK BUTTON
button,0,-3,240,54,0,3,300,0

time,115,0,1,5,r,,"h:mm tt"
text,5,0,[name],l
time,115,12,2,5,r,,"h:mm tt"
text,5,12,[name],l
time,115,24,3,5,r,,"h:mm tt"
text,5,24,[name],l
time,115,36,4,5,r,,"h:mm tt"
text,5,36,[name],l
time,235,0,5,5,r,,"h:mm tt"
text,125,0,[name],l
time,235,12,6,5,r,,"h:mm tt"
text,125,12,[name],l
time,235,24,7,5,r,,"h:mm tt"
text,125,24,[name],l
time,235,36,8,5,r,,"h:mm tt"
text,125,36,[name],l

offsetadd,0,51
endregion,0,301

//////////////////////////////////////////
//////// END TIMEZONES
//////////////////////////////////////////


//////////////////////////////////////////
//////// CALENDARS
//////////////////////////////////////////

region,8,1,-1
defregion,8,0,0,240,84,1
image,143,-24,tab_selected.png,t
changefont,tahoma,12,b
color,font,0_0_128
text,166,-22,Months,c
color,font,-1_4_-1
changefont,tahoma,12,
offset,offset_-1,offset_-1

imagebutton,3,1,left_arrow.png,t,5,9,0,8
button,2,1,11,11,5,9,1,

imagebutton,226,1,right_arrow.png,t,5,8,0,8
button,226,1,11,11,5,8,1,

// RESET AGENDA
imagebutton,114,1,reset.png,t,-1,23,0-nohighlight
button,114,1,12,12,-1,23,1-nohighlight
button,114,1,12,12,-1,23,2-nohighlight
button,114,1,12,12,1,22,,
// RESET CALENDARS
button,114,1,12,12,0,10,0
button,114,1,12,12,0,10,1,1,8

// CALENDAR 0
calendar,0,0,11,22,15,10,r
button,11,23,105,60,-1,23,0
button,11,23,105,60,-1,23,1
button,11,23,105,60,-1,23,2
button,11,23,105,60,1,5,0-highlight,1
changefont,tahoma,12,b
text,63,0,[caldate],0,c,"MMM, yy"
calendarheader,11,12,15
changefont,tahoma,12,

// CALENDAR 1
calendar,1,1,123,22,15,10,r
button,123,23,105,60,-1,23,0
button,123,23,105,60,-1,23,1
button,123,23,105,60,-1,23,2
button,123,23,105,60,1,5,1-highlight,1
changefont,tahoma,12,b
text,176,0,[caldate],1,c,"MMM, yy"
calendarheader,123,12,15
changefont,tahoma,12,

offsetadd,0,84
endregion,8,1

//////////////////////////////////////////
//////// END CALENDARS
//////////////////////////////////////////

//////////////////////////////////////////
//////// LAUNCHER
/////// based on tabular launcher by fishboy
//////////////////////////////////////////


updateregions,11
offsetadd,0,5


region,11,0,-1


offsetadd,0,2

imagebutton,212,2,left_arrow.png,t,11,4,1,-1
imagebutton,225,2,right_arrow.png,t,11,4,1,-1


shortcut,4,0,apps-1-1,s
button,4,0,16,16,-1,0,%apps-1-1
shortcut,25,0,apps-1-2,s
button,25,0,16,16,-1,0,%apps-1-2
shortcut,46,0,apps-1-3,s
button,46,0,16,16,-1,0,%apps-1-3
shortcut,67,0,apps-1-4,s
button,67,0,16,16,-1,0,%apps-1-4
shortcut,88,0,apps-1-5,s
button,88,0,16,16,-1,0,%apps-1-5
shortcut,109,0,apps-1-6,s
button,109,0,16,16,-1,0,%apps-1-6
shortcut,130,0,apps-1-7,s
button,130,0,16,16,-1,0,%apps-1-7
shortcut,151,0,apps-1-8,s
button,151,0,16,16,-1,0,%apps-1-8
shortcut,172,0,apps-1-9,s
button,172,0,16,16,-1,0,%apps-1-9
shortcut,193,0,apps-1-10,s
button,193,0,16,16,-1,0,%apps-1-10

shortcut,0,0,blank,s  //Prevent text from appearing in other sections

offsetadd,0,21

endregion,11,0

region,11,1,-1

offsetadd,0,2
imagebutton,212,2,left_arrow.png,t,11,4,0,-1
imagebutton,225,2,right_arrow.png,t,11,4,0,-1


shortcut,4,0,apps-1-11,s
button,4,0,16,16,-1,0,%apps-1-11
shortcut,25,0,apps-1-12,s
button,25,0,16,16,-1,0,%apps-1-12
shortcut,46,0,apps-1-13,s
button,46,0,16,16,-1,0,%apps-1-13
shortcut,67,0,apps-1-14,s
button,67,0,16,16,-1,0,%apps-1-14
shortcut,88,0,apps-1-15,s
button,88,0,16,16,-1,0,%apps-1-15
shortcut,109,0,apps-1-16,s
button,109,0,16,16,-1,0,%apps-1-16
shortcut,130,0,apps-1-17,s
button,130,0,16,16,-1,0,%apps-1-17
shortcut,151,0,apps-1-18,s
button,151,0,16,16,-1,0,%apps-1-18
shortcut,172,0,apps-1-19,s
button,172,0,16,16,-1,0,%apps-1-19
shortcut,193,0,apps-1-20,s
button,193,0,16,16,-1,0,%apps-1-20

shortcut,0,0,blank,s  //Prevent text from appearing in other sections


offsetadd,0,21

endregion,11,1

region,11,10,-1

offsetadd,0,2

imagebutton,212,2,left_arrow.png,t,11,4,11,-1
imagebutton,225,2,right_arrow.png,t,11,4,11,-1

shortcut,4,0,apps-2-1,s
button,4,0,16,16,-1,0,%apps-2-1
shortcut,25,0,apps-2-2,s
button,25,0,16,16,-1,0,%apps-2-2
shortcut,46,0,apps-2-3,s
button,46,0,16,16,-1,0,%apps-2-3
shortcut,67,0,apps-2-4,s
button,67,0,16,16,-1,0,%apps-2-4
shortcut,88,0,apps-2-5,s
button,88,0,16,16,-1,0,%apps-2-5
shortcut,109,0,apps-2-6,s
button,109,0,16,16,-1,0,%apps-2-6
shortcut,130,0,apps-2-7,s
button,130,0,16,16,-1,0,%apps-2-7
shortcut,151,0,apps-2-8,s
button,151,0,16,16,-1,0,%apps-2-8
shortcut,172,0,apps-2-9,s
button,172,0,16,16,-1,0,%apps-2-9
shortcut,193,0,apps-2-10,s
button,193,0,16,16,-1,0,%apps-2-10

shortcut,0,0,blank,s  //Prevent text from appearing in other sections


offsetadd,0,21

endregion,11,10

region,11,11,-1

offsetadd,0,2
imagebutton,212,2,left_arrow.png,t,11,4,10,-1
imagebutton,225,2,right_arrow.png,t,11,4,10,-1

shortcut,4,0,apps-2-11,s
button,4,0,16,16,-1,0,%apps-2-11
shortcut,25,0,apps-2-12,s
button,25,0,16,16,-1,0,%apps-2-12
shortcut,46,0,apps-2-13,s
button,46,0,16,16,-1,0,%apps-2-13
shortcut,67,0,apps-2-14,s
button,67,0,16,16,-1,0,%apps-2-14
shortcut,88,0,apps-2-15,s
button,88,0,16,16,-1,0,%apps-2-15
shortcut,109,0,apps-2-16,s
button,109,0,16,16,-1,0,%apps-2-16
shortcut,130,0,apps-2-17,s
button,130,0,16,16,-1,0,%apps-2-17
shortcut,151,0,apps-2-18,s
button,151,0,16,16,-1,0,%apps-2-18
shortcut,172,0,apps-2-19,s
button,172,0,16,16,-1,0,%apps-2-19
shortcut,193,0,apps-2-20,s
button,193,0,16,16,-1,0,%apps-2-20

shortcut,0,0,blank,s  //Prevent text from appearing in other sections


offsetadd,0,21

endregion,11,11

region,11,20,-1

offsetadd,0,2

// Prev/Next row of icons buttons

imagebutton,212,2,left_arrow.png,t,11,4,21,-1
imagebutton,225,2,right_arrow.png,t,11,4,21,-1

shortcut,4,0,apps-3-1,s
button,4,0,16,16,-1,0,%apps-3-1
shortcut,25,0,apps-3-2,s
button,25,0,16,16,-1,0,%apps-3-2
shortcut,46,0,apps-3-3,s
button,46,0,16,16,-1,0,%apps-3-3
shortcut,67,0,apps-3-4,s
button,67,0,16,16,-1,0,%apps-3-4
shortcut,88,0,apps-3-5,s
button,88,0,16,16,-1,0,%apps-3-5
shortcut,109,0,apps-3-6,s
button,109,0,16,16,-1,0,%apps-3-6
shortcut,130,0,apps-3-7,s
button,130,0,16,16,-1,0,%apps-3-7
shortcut,151,0,apps-3-8,s
button,151,0,16,16,-1,0,%apps-3-8
shortcut,172,0,apps-3-9,s
button,172,0,16,16,-1,0,%apps-3-9
shortcut,193,0,apps-3-10,s
button,193,0,16,16,-1,0,%apps-3-10

shortcut,0,0,blank,s  //Prevent text from appearing in other sections


offsetadd,0,21

endregion,11,20


region,11,21,-1

offsetadd,0,2
imagebutton,212,2,left_arrow.png,t,11,4,20,-1
imagebutton,225,2,right_arrow.png,t,11,4,20,-1

shortcut,4,0,apps-3-11,s
button,4,0,16,16,-1,0,%apps-3-11
shortcut,25,0,apps-3-12,s
button,25,0,16,16,-1,0,%apps-3-12
shortcut,46,0,apps-3-13,s
button,46,0,16,16,-1,0,%apps-3-13
shortcut,67,0,apps-3-14,s
button,67,0,16,16,-1,0,%apps-3-14
shortcut,88,0,apps-3-15,s
button,88,0,16,16,-1,0,%apps-3-15
shortcut,109,0,apps-3-16,s
button,109,0,16,16,-1,0,%apps-3-16
shortcut,130,0,apps-3-17,s
button,130,0,16,16,-1,0,%apps-3-17
shortcut,151,0,apps-3-18,s
button,151,0,16,16,-1,0,%apps-3-18
shortcut,172,0,apps-3-19,s
button,172,0,16,16,-1,0,%apps-3-19
shortcut,193,0,apps-3-20,s
button,193,0,16,16,-1,0,%apps-3-20

shortcut,0,0,blank,s  //Prevent text from appearing in other sections


offsetadd,0,21

endregion,11,21

region,11,30,-1

offsetadd,0,2

imagebutton,212,2,left_arrow.png,t,11,4,31,-1
imagebutton,225,2,right_arrow.png,t,11,4,31,-1

shortcut,4,0,apps-4-1,s
button,4,0,16,16,-1,0,apps-4-1
shortcut,25,0,apps-4-2,s
button,25,0,16,16,-1,0,%apps-4-2
shortcut,46,0,apps-4-3,s
button,46,0,16,16,-1,0,%apps-4-3
shortcut,67,0,apps-4-4,s
button,67,0,16,16,-1,0,%apps-4-4
shortcut,88,0,apps-4-5,s
button,88,0,16,16,-1,0,%apps-4-5
shortcut,109,0,apps-4-6,s
button,109,0,16,16,-1,0,%apps-4-6
shortcut,130,0,apps-4-7,s
button,130,0,16,16,-1,0,%apps-4-7
shortcut,151,0,apps-4-8,s
button,151,0,16,16,-1,0,%apps-4-8
shortcut,172,0,apps-4-9,s
button,172,0,16,16,-1,0,%apps-4-9
shortcut,193,0,apps-4-10,s
button,193,0,16,16,-1,0,%apps-4-10

shortcut,0,0,blank,s  //Prevent text from appearing in other sections


offsetadd,0,21

endregion,11,30


region,11,31,-1

offsetadd,0,2

imagebutton,212,2,left_arrow.png,t,11,4,30,-1
imagebutton,225,2,right_arrow.png,t,11,4,30,-1

shortcut,4,0,apps-4-11,s
button,4,0,16,16,-1,0,%apps-4-11
shortcut,25,0,apps-4-12,s
button,25,0,16,16,-1,0,%apps-4-12
shortcut,46,0,apps-4-13,s
button,46,0,16,16,-1,0,%apps-4-13
shortcut,67,0,apps-4-14,s
button,67,0,16,16,-1,0,%apps-4-14
shortcut,88,0,apps-4-15,s
button,88,0,16,16,-1,0,%apps-4-15
shortcut,109,0,apps-4-16,s
button,109,0,16,16,-1,0,%apps-4-16
shortcut,130,0,apps-4-17,s
button,130,0,16,16,-1,0,%apps-4-17
shortcut,151,0,apps-4-18,s
button,151,0,16,16,-1,0,%apps-4-18
shortcut,172,0,apps-4-19,s
button,172,0,16,16,-1,0,%apps-4-19
shortcut,193,0,apps-4-20,s
button,193,0,16,16,-1,0,%apps-4-20

shortcut,0,0,blank,s  //Prevent text from appearing in other sections


offsetadd,0,21

endregion,11,31

region,10,0,-1

offsetadd,0,1

color,font,0_0_128

image,8,0,blue_button_flipped.png,t
image,64,0,gray_button_flipped.png,t
image,120,0,gray_button_flipped.png,t
image,176,0,gray_button_flipped.png,t

changefont,tahoma,11,b
text,30,0,%apps-1%,c
button,10,2,50,10,11,4,0,-1
button,10,2,50,10,10,4,0,-1
offsetadd,-1,-1

changefont,tahoma,11,
text,86,1,%apps-2%,c
button,66,2,50,10,11,4,10,-1
button,66,2,50,10,10,4,1,-1

changefont,tahoma,11,
text,142,1,%apps-3%,c
button,122,2,50,10,11,4,20,-1
button,122,2,50,10,10,4,2,-1

changefont,tahoma,11,
text,198,1,%apps-4%,c
button,178,2,50,10,11,4,30,-1
button,178,2,50,10,10,4,3,-1

color,font,-1_4_-1

offsetadd,0,14

endregion,10,0

region,10,1,-1

offsetadd,0,1

color,font,0_0_128

image,8,0,gray_button_flipped.png,t
image,64,0,blue_button_flipped.png,t
image,120,0,gray_button_flipped.png,t
image,176,0,gray_button_flipped.png,t

changefont,tahoma,11,
text,30,1,%apps-1%,c
button,10,2,50,10,11,4,0,-1
button,10,2,50,10,10,4,0,-1

changefont,tahoma,11,b
text,86,0,%apps-2%,c
button,66,2,50,10,11,4,10,-1
button,66,2,50,10,10,4,1,-1
offsetadd,-1,-1

changefont,tahoma,11,
text,142,1,%apps-3%,c
button,122,2,50,10,11,4,20,-1
button,122,2,50,10,10,4,2,-1

changefont,tahoma,11,
text,198,1,%apps-4%,c
button,178,2,50,10,11,4,30,-1
button,178,2,50,10,10,4,3,-1
color,font,-1_4_-1

offsetadd,0,14

endregion,10,1

region,10,2,-1

offsetadd,0,1

color,font,0_0_128

image,8,0,gray_button_flipped.png,t
image,64,0,gray_button_flipped.png,t
image,120,0,blue_button_flipped.png,t
image,176,0,gray_button_flipped.png,t

changefont,tahoma,11,
text,30,1,%apps-1%,c
button,10,2,50,10,11,4,0,-1
button,10,2,50,10,10,4,0,-1


changefont,tahoma,11,
text,86,1,%apps-2%,c
button,66,2,50,10,11,4,10,-1
button,66,2,50,10,10,4,1,-1

changefont,tahoma,11,b
text,142,0,%apps-3%,c
button,122,2,50,10,11,4,20,-1
button,122,2,50,10,10,4,2,-1
offsetadd,-1,-1

changefont,tahoma,11,
text,198,1,%apps-4%,c
button,178,2,50,10,11,4,30,-1
button,178,2,50,10,10,4,3,-1

color,font,-1_4_-1

offsetadd,0,14

endregion,10,2

region,10,3,-1

offsetadd,0,1

color,font,0_0_128

image,8,0,gray_button_flipped.png,t
image,64,0,gray_button_flipped.png,t
image,120,0,gray_button_flipped.png,t
image,176,0,blue_button_flipped.png,t

changefont,tahoma,11,
text,30,1,%apps-1%,c
button,10,2,50,10,11,4,0,-1
button,10,2,50,10,10,4,0,-1


changefont,tahoma,11,
text,86,1,%apps-2%,c
button,66,2,50,10,11,4,10,-1
button,66,2,50,10,10,4,1,-1


changefont,tahoma,11,
text,142,1,%apps-3%,c
button,122,2,50,10,11,4,20,-1
button,122,2,50,10,10,4,2,-1

changefont,tahoma,11,b
text,198,0,%apps-4%,c
button,178,2,50,10,11,4,30,-1
button,178,2,50,10,10,4,3,-1

offsetadd,-1,-1

color,font,-1_4_-1

offsetadd,0,14

endregion,10,3



//////////////////////////////////////////
//////// END LAUNCHER
//////////////////////////////////////////




//////////////////////////////////////////
//////// AGENDA
//////////////////////////////////////////

region,1,0,-1
defregion,1,0,0,240,82,1
offset,offset_-1,offset_-1
updateregions,2

imagebutton,3,3,up_arrow.png,t,2,4,3,-1
image,35,3,gray_button.png,t
image,98,3,gray_button.png,t
image,160,3,gray_button.png,t
changefont,tahoma,11,
color,font,0_0_128
text,57,3,Agenda,c
text,120,3,Tasks,c
text,182,3,Count,c
color,font,-1_4_-1
changefont,tahoma,12,
button,35,3,45,12,2,4,0,-1
button,98,3,45,12,2,4,1,-1
button,160,3,45,12,2,4,2,-1

offsetadd,0,18

region,2,0,-1
offsetadd,0,-3

image,35,-12,blue_button.png,t
changefont,tahoma,11,b
color,font,0_0_128
text,57,-12,Agenda,c
color,font,-1_4_-1
//changefont,tahoma,12,

options,today-text,'Today'
options,tomorrow-text,'Tomorrow'

options,taskfilter,1

options,apptformat,0,13,13,%tab,68%%starttime,h:mmt%-%endtime,h:mmt% %subject%%changefont,tahoma,13,i% (%location%)%changefont,tahoma,13,%
options,apptallday,0,13,13,%tab,68%%subject%
 
///// /Remove tasks from Agenda listing //////

//options,taskformat,0,13,13,%tab,68%%checkbox,0,1,12,12,checkbox.png,checkedbox.png,tr%%tab,82%Due: %subject%
//options,taskoverdue,0,13,13,%tab,68%%checkbox,0,1,12,12,checkbox.png,checkedbox.png,tr%%tab,82%%textcolor,255_0_0%Due: %subject%%resettextcolor%
//options,taskcomplete,0,13,13,%tab,68%%changefont,tahoma,13,s%%checkbox,0,1,12,12,checkbox.png,checkedbox.png,tr%%tab,82%Due: %subject%%changefont,tahoma,13,%

options,blanktext,-1,13,13,%tab,86%-Nothing Further-
options,dateformat,0,0,0,%bold%%date,MMM dd ddd%%regularfont%

changefont,tahoma,13,
//outlook,2,1,238,66,0,0,,,,1
outlook,2,1,238,66,1,0,,,,1

//////End changes//////

button,68,1,12,66,5,24,nohighlight,1
changefont,tahoma,12,

offsetadd,0,67
endregion,2,0

region,2,1,-1
offsetadd,0,-3

image,98,-12,blue_button.png,t
changefont,tahoma,11,b
color,font,0_0_128
text,120,-12,Tasks,c
color,font,-1_4_-1
//changefont,tahoma,12,

options,taskfilter,1
options,taskformat,0,13,13,%checkbox,0,1,12,12,checkbox.png,checkedbox.png,tr%%tab,14%%bold%%enddate,(MM/dd)% %regularfont%Due: %subject%
options,taskoverdue,0,13,13,%checkbox,0,1,12,12,checkbox.png,checkedbox.png,tr%%tab,14%%textcolor,255_0_0%%changefont,tahoma,13,b%%enddate,(MM/dd)% %changefont,tahoma,13,%Due: %subject%%resettextcolor%
options,taskcomplete,0,13,13,%changefont,tahoma,13,s%%checkbox,0,1,12,12,checkbox.png,checkedbox.png,tr%%tab,14%%changefont,tahoma,13,bs%%enddate,(MM/dd)% %changefont,tahoma,13,s%Due: %subject%%changefont,tahoma,13,%
options,blanktext,-1,13,13,
options,dateformat,0,0,0,

changefont,tahoma,13,
outlook,5,1,235,66,2,1,,,,1
button,5,1,12,66,5,24,nohighlight,1
changefont,tahoma,12,

offsetadd,0,67
endregion,2,1

region,2,2,-1
offsetadd,0,-3

image,160,-12,blue_button.png,t
changefont,tahoma,11,b
color,font,0_0_128
text,182,-12,Count,c
color,font,-1_4_-1
//changefont,tahoma,12,

options,taskfilter,countdown
options,calendarfilter,countdown
options,apptformat,0,13,13,%image,1,3,small_arrow_right.png,tr%%tab,10%%bold%%countdown, days,H:mm 'hrs',m 'mins'%%regularfont%%tab,66%%subject% %changefont,tahoma,13,i%(%startdate,MM/dd%) %changefont,tahoma,13,%%starttime,hh:mm tt%
options,apptallday,0,13,13,%image,1,3,small_arrow_right.png,tr%%tab,10%%bold%%countdown, days,H:mm 'hrs',m 'mins'%%regularfont%%tab,66%%subject% %changefont,tahoma,13,i%(%startdate,MM/dd%)%changefont,tahoma,13,%
options,blanktext,-1,13,13,
options,dateformat,0,0,0,

changefont,tahoma,13,
outlook,5,1,235,66,0,2,,,,1
//changefont,tahoma,12,

offsetadd,0,67
endregion,2,2

endregion,1,0

//////////////////////////////////////////
//////// END AGENDA
//////////////////////////////////////////







